home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / TESTS / TESTSET < prev    next >
Text File  |  1989-03-02  |  152b  |  7 lines

  1. for testname in {"parameters"}
  2.   echo "Performing test set: ╢"{testname}╢""
  3.   for subtest in `catenate "{testname}.lst"`
  4.     Test "{subtest}"
  5.   end
  6. end
  7.